footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  bottom: 0;
  background-color: white;
  z-index: 100;
  padding: 12px 0px;
  justify-content: center;
}
@media (min-width: 768px) {
  footer {
    justify-content: flex-end;
  }
}

.footerText {
  font-size: 1.4rem;
  color: #000000;
}

#mobile-toggle {
  width: 24px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}

#mobile-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mobile-toggle span:nth-child(1) {
  top: 0px;
}

#mobile-toggle span:nth-child(2) {
  top: 8px;
}

#mobile-toggle span:nth-child(3) {
  top: 16px;
}

#mobile-toggle.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#mobile-toggle.open span:nth-child(2) {
  opacity: 0;
  right: -60px;
}

#mobile-toggle.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mm-menu.mm-offcanvas.mm-current {
  z-index: 999;
  max-width: 100%;
  width: 100%;
  top: 50px;
  background: rgba(250, 250, 250, 0.95);
  padding-top: 15px;
}
.mm-menu.mm-offcanvas.mm-current .mm-panel.mm-opened {
  /* display: flex;
   justify-content: center;
   flex-direction: column; */
}
.mm-menu.mm-offcanvas.mm-current .mm-navbar {
  border: none;
}
.mm-menu.mm-offcanvas.mm-current .mm-listview {
  border-color: transparent;
}
.mm-menu.mm-offcanvas.mm-current .mm-listview li a {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 24px;
}
.mm-menu.mm-offcanvas.mm-current .mm-next:after, .mm-menu.mm-offcanvas.mm-current .mm-prev:before {
  width: 15px;
  height: 15px;
}
.mm-menu.mm-offcanvas.mm-current .mm-btn.mm-prev {
  margin-top: 5px;
}
.mm-menu.mm-offcanvas.mm-current .mm-listview .mm-next {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  ::-ms-clear {
    display: none;
  }
}
* {
  font-family: "Roboto" !important;
  font-weight: 100;
}

label {
  user-select: none;
}

@media (max-width: 767px) {
  .big, .headline {
    font-size: 12rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .big, .headline {
    font-size: 12rem;
  }
}
@media (min-width: 1024px) {
  .big, .headline {
    font-size: 12rem;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h1, .h1 {
    font-size: 7.2rem;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 7.2rem;
  }
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 4.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h2, .h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 5rem;
  }
}

h3, .h3 {
  font-weight: 100;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h3, .h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  h4, .h4 {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h4, .h4 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  h5, .h5, p {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h5, .h5, p {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  h5, .h5, p {
    font-size: 2rem;
  }
}

h6, .h6, small {
  font-weight: 400;
}
@media (max-width: 767px) {
  h6, .h6, small {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h6, .h6, small {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  h6, .h6, small {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .homepageSubtitle {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .homepageSubtitle {
    font-size: 1.1rem;
  }
}
@media (min-width: 1024px) {
  .homepageSubtitle {
    font-size: 1.5rem;
  }
}

.headlineSmall {
  font-weight: bold;
  line-height: 2;
}

.fw-800 {
  font-weight: 800;
}

.fw-700 {
  font-weight: 700;
}

p {
  font-size: 2rem;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

::-webkit-scrollbar-button {
  display: none;
  border-radius: 0px;
  background-color: #AAA;
}

::-webkit-scrollbar-button:hover {
  background-color: #AAA;
}

::-webkit-scrollbar-thumb {
  background-color: #f37473;
  height: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #f37473;
}

::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}

::-webkit-scrollbar-track:hover {
  background-color: #e5e5e5;
}

::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 768px) {
  .h-md-100 {
    height: 100% !important;
  }
}

@media (min-width: 768px) {
  .h-md-50 {
    height: 50% !important;
  }
}

@media (max-width: 767px) {
  .h-xs-100 {
    height: 100%;
  }
}

.main-container {
  position: relative;
}
@media (max-width: 767px) {
  .main-container {
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  .main-container {
    height: 100vh;
  }
}

.flexibleViewHeight {
  height: auto !important;
  min-height: 100vh !important;
}

.main-body {
  flex: 3;
}
.main-body img {
  width: 100%;
}

.padding20 {
  padding: 20px;
}

.fullWidth {
  width: 100%;
}

.fullHeight {
  height: 100%;
}

.halfHeight {
  height: 50%;
}

.fullViewHeight {
  height: 100vh;
}

.fullViewWidth {
  width: 100vw;
}

.maxWidthHalf {
  flex: 1;
  max-width: 50%;
}

.alignJustifyCenter {
  align-items: center;
  justify-content: center;
}

.justifySelfStart {
  justify-self: flex-start;
}

.justifySelfEnd {
  justify-self: flex-end;
}

.column-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.row-container {
  flex: 1;
  display: flex;
  flex-direction: row;
}

.mw-50 {
  max-width: 50%;
}

.vh-30vw {
  height: 30vw;
}

.h-60vh {
  height: 60vh;
}

@media (min-width: 768px) {
  .w-md-0 {
    width: 0% !important;
  }
}

.w-80 {
  width: 80% !important;
}

@media (min-width: 768px) {
  .w-md-33 {
    width: 33.33vw !important;
  }
}

@media (max-width: 767px) {
  .w-sm-100 {
    width: 100vw !important;
  }
}

@media (min-width: 768px) {
  .plr-md-80 {
    padding-left: 0px !important;
    padding-right: 15px !important;
  }
}

.centerCoverBG {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.centerCover {
  position: center;
}

.object-fit-cover {
  object-fit: cover;
}

.object-position-top {
  object-position: top;
}

.overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .overflow-auto {
    overflow-x: hidden !important;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.button {
  cursor: pointer;
}

.text-decoration-none {
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .home-block {
    height: 225px;
  }

  .slider-block {
    min-height: 225px;
  }

  .empty-block-container {
    min-height: 225px;
    height: auto;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .landingContainer {
    height: 100%;
  }

  .home-block {
    height: 100%;
  }

  .slider-block {
    height: 100%;
  }

  .empty-block-container {
    height: 100%;
  }
}
.home-block .custom {
  align-items: center;
  justify-content: center;
}

.seperator {
  height: 1px;
}

.overline {
  padding-top: 5px;
  border-top: 1px solid #003232;
  font-weight: 100;
}

.overline-white {
  border-color: #BCC9D0;
}

.greyBackground .overline {
  border-color: white;
}

.darkBackground .overline {
  border-color: #3F7777;
}

.sliderThumb {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -10;
}

.swiper-button-next {
  background-image: url("../img/swiper-next.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
}

.swiper-button-prev {
  background-image: url("../img/swiper-prev.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 20px;
}

.empty-block {
  object-fit: cover;
  overflow: hidden;
  height: 225px;
  width: 150%;
}

.wirSvg {
  min-width: 1254px !important;
  bottom: 0;
  margin-bottom: -390px !important;
}
@media (max-width: 767px) {
  .wirSvg {
    margin-bottom: -403px !important;
  }
}

* {
  font-family: "Roboto" !important;
  font-weight: 100;
}

label {
  user-select: none;
}

@media (max-width: 767px) {
  .big, .headline {
    font-size: 12rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .big, .headline {
    font-size: 12rem;
  }
}
@media (min-width: 1024px) {
  .big, .headline {
    font-size: 12rem;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h1, .h1 {
    font-size: 7.2rem;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 7.2rem;
  }
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 4.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h2, .h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 5rem;
  }
}

h3, .h3 {
  font-weight: 100;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h3, .h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  h4, .h4 {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h4, .h4 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  h5, .h5, p {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h5, .h5, p {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  h5, .h5, p {
    font-size: 2rem;
  }
}

h6, .h6, small {
  font-weight: 400;
}
@media (max-width: 767px) {
  h6, .h6, small {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  h6, .h6, small {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  h6, .h6, small {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .homepageSubtitle {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .homepageSubtitle {
    font-size: 1.1rem;
  }
}
@media (min-width: 1024px) {
  .homepageSubtitle {
    font-size: 1.5rem;
  }
}

.headlineSmall {
  font-weight: bold;
  line-height: 2;
}

.fw-800 {
  font-weight: 800;
}

.fw-700 {
  font-weight: 700;
}

p {
  font-size: 2rem;
}

.turqouiseBackgroundA {
  background-color: rgba(191, 224, 218, 0.94);
}

.darkBackgroundA {
  background-color: rgba(0, 50, 50, 0.85);
}

.greyBackgroundA {
  background-color: rgba(146, 168, 180, 0.94);
}

.redBackgroundA {
  background-color: rgba(243, 116, 115, 0.94);
}

.whiteBackgroundA {
  background-color: rgba(255, 255, 255, 0.94);
}

.turqouiseBackground {
  background-color: #BFE0DA;
}

.darkBackground {
  background-color: #003232;
}

.greyBackground {
  background-color: #92A8B4;
}

.redBackground {
  background-color: #F37473;
}

.whiteBackground {
  background-color: #FFFFFF;
}

.blackBackground {
  background-color: #000000;
}

.beigeBackground {
  background-color: #F1F8F7;
}

.white {
  color: #FFFFFF;
}

.transparent {
  color: transparent;
}

.black {
  color: #000000;
}

.red {
  color: #F37473;
}

.dark {
  color: #003232;
}

@media (max-width: 767px) {
  .navigationBar {
    height: 70px !important;
  }
}

@media (max-width: 767px) {
  .categoryBar {
    height: 40px !important;
  }
}
@media (min-width: 768px) {
  .categoryBar {
    height: 125px !important;
  }
}

.navigationContainer {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navigationContainer .active a {
  color: #F37473;
}

.navigationLogo {
  object-fit: contain;
  height: 80px;
  width: 212px;
  padding-left: 30px;
  padding-top: 3px;
}

.navigationContactButton {
  border-radius: 4px;
  color: #FFFFFF;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-navigation a {
  font-weight: 500;
  color: #9B9B9B;
}
@media (max-width: 767px) {
  .sub-navigation a {
    font-size: 4.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sub-navigation a {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .sub-navigation a {
    font-size: 1.6rem;
  }
}

.navigation-categories a {
  color: #9B9B9B;
}
.navigation-categories li.active a {
  color: #F37473;
}

.tun-block {
  width: 80vw !important;
}

@media (max-width: 767px) {
  .slider-block-gallery {
    height: 400px !important;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .slider-block-gallery {
    height: 45vh !important;
    max-width: 100% !important;
  }
}

.kompetenz-card {
  perspective: 1000px;
}

.kompetenz-card-inner {
  position: relative;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.kompetenz-card:hover .kompetenz-card-inner {
  transform: rotateY(180deg);
}

.kompetenz-card-front, .kompetenz-card-back {
  position: absolute;
  backface-visibility: hidden;
}

.kompetenz-card-back {
  background-color: white;
  transform: rotateY(180deg);
}

.team-block {
  width: 50vw;
}

/*Scroll bar nav*/
#defaultScrollBar::-webkit-scrollbar-button {
  all: unset;
}

#defaultScrollBar::-webkit-scrollbar-button:hover {
  all: unset;
}

#defaultScrollBar::-webkit-scrollbar-thumb {
  all: unset;
}

#defaultScrollBar::-webkit-scrollbar-thumb:hover {
  all: unset;
}

#defaultScrollBar::-webkit-scrollbar-track {
  all: unset;
}

#defaultScrollBar::-webkit-scrollbar-track:hover {
  all: unset;
}

#defaultScrollBar::-webkit-scrollbar {
  all: unset;
}

.mapContainer {
  display: flex;
  padding-top: 15px;
  overflow: hidden;
  height: 210px !important;
  width: 100% !important;
}

.contactPageImage {
  height: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .contactPageImage {
    width: 100% !important;
    height: 400px !important;
  }
}
@media (min-width: 768px) {
  .contactPageImage {
    width: 80% !important;
    padding-top: 20px !important;
  }
}
@media (min-width: 1024px) {
  .contactPageImage {
    width: 90% !important;
  }
}

.turqouiseBackgroundA {
  background-color: rgba(191, 224, 218, 0.94);
}

.darkBackgroundA {
  background-color: rgba(0, 50, 50, 0.85);
}

.greyBackgroundA {
  background-color: rgba(146, 168, 180, 0.94);
}

.redBackgroundA {
  background-color: rgba(243, 116, 115, 0.94);
}

.whiteBackgroundA {
  background-color: rgba(255, 255, 255, 0.94);
}

.turqouiseBackground {
  background-color: #BFE0DA;
}

.darkBackground {
  background-color: #003232;
}

.greyBackground {
  background-color: #92A8B4;
}

.redBackground {
  background-color: #F37473;
}

.whiteBackground {
  background-color: #FFFFFF;
}

.blackBackground {
  background-color: #000000;
}

.beigeBackground {
  background-color: #F1F8F7;
}

.white {
  color: #FFFFFF;
}

.transparent {
  color: transparent;
}

.black {
  color: #000000;
}

.red {
  color: #F37473;
}

.dark {
  color: #003232;
}

.downloadContainer {
  background-color: #BFE0DA;
  height: 60px;
  border-radius: 5px;
}

/*# sourceMappingURL=theme.css.map */
